home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / misc / hdgamesinstallers / watchtowerhd / watcht-hdinstall next >
Text File  |  1996-03-20  |  3KB  |  118 lines

  1. ;$VER: WatchTower hD iNSTALLER enhanced bY tHALER/xTR!
  2. (complete 0)
  3.  
  4. (message "\nWelcome to WatchTower-HD-Installation\n\n"
  5.          "To install the game just follow the instructions\n"
  6.          "on the screen.\n\n"
  7.  
  8.          "\n\n-> iNSTAll sCRiPT eNHANCED bY tHALER/xTR! <-\n\n"
  9.          "tHIS gAME wAS oRIGINALLY cRACKED bY\n"
  10.          "LAzzER! ^ hF\n"
  11. )
  12.  
  13.  
  14. (set WT_locate
  15.     (askdir
  16.         (prompt "Please indicate where you want the WatchTower\n"
  17.             "drawer to be located.")
  18.         (help @askdir-help)
  19.         (default "DH0:Games")
  20.     )
  21. )
  22.  
  23.  
  24.  
  25.  
  26. (set WT_path (tackon WT_locate "WT"))
  27.  
  28. (makedir WT_path (infos))
  29.  
  30. (set WT_Dat (tackon WT_path "WT_Data"))
  31.  
  32. (makedir WT_Dat (infos))
  33.  
  34. (set @default-dest WT_path)
  35.  
  36. (set disk_space (getdiskspace WT_path))
  37.  
  38.  
  39. (
  40.     (
  41.  
  42.         (askdisk
  43.             (prompt "Please insert the disk labeled \"WT1\"")
  44.             (help @askdisk-help)
  45.             (dest "WT1")
  46.         )
  47.  
  48.         (copyfiles 
  49.                         (prompt "\n\n\nCopying files from Disk 1")
  50.             (source "WT1:WatchTower")
  51.                 (dest WT_path)
  52.                         (files)
  53.         )
  54.                 
  55.                 (copyfiles
  56.                         (source "WT1:")
  57.                         (dest WT_dat)
  58.                         (choices "g.OT"
  59.                                  "d.LS")
  60.                         (files)
  61.                 )
  62.  
  63.                 (Complete 33)
  64.  
  65.         (askdisk
  66.             (prompt "Please insert the disk labeled \"WT2\"")
  67.             (help @askdisk-help)
  68.             (dest "WT2")
  69.         )
  70.  
  71.                 (copyfiles
  72.                         (prompt "\n\n\nCopying files from Disk 2")
  73.                         (source "WT2:")
  74.                         (dest WT_dat)
  75.                         (all)
  76.                         (files)
  77.                 )
  78.  
  79.             (complete 66)    
  80.  
  81.  
  82.         (askdisk
  83.             (prompt "Please insert the disk labeled \"WT3\"")
  84.             (help @askdisk-help)
  85.             (dest "WT3")
  86.         )
  87.  
  88.                 (copyfiles
  89.                         (prompt "\n\n\nCopying files from Disk 3")
  90.                         (source "WT3:")
  91.                         (dest WT_dat)
  92.                         (all)
  93.                         (files)
  94.                 )
  95.  
  96.                 (complete 99)
  97.  
  98. (startup "WatchTower"
  99.         (prompt "Some commands will be added to your \"s:user-startup\" file.")
  100.         (help @startup-help)
  101.         (command "assign WT2: \"" WT_Dat "\"\n")
  102.         (command "assign WTC: \"" WT_Dat "\"\n")
  103. )
  104.  
  105. (complete 100)
  106.  
  107. (message "Installation successfull.\n"
  108.          "Enjoy WatchTower AGA.\n"
  109.          "You will have to reboot before playing it for the first time.\n\n\n"
  110.          "-> iNSTAll sCRiPT fiXED bY tHALER/xTR! <-\n\n"
  111.          "tHIS gAME wAS oRIGINALLY cRACKED bY\n"
  112.          "LAzzER! ^ hF\n"
  113.          "\n!!! iF yOU liKE iT ... bUY iT !!!\n"
  114. )
  115.  
  116. )
  117. )
  118.